home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000029_news@columbia.edu_Wed Oct 4 06:29:59 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA01494
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 5 Oct 1995 23:01:07 -0400
  3. Received: by apakabar.cc.columbia.edu id AA09344
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 5 Oct 1995 23:01:05 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!nntp.crl.com!decwrl!sunsite.doc.ic.ac.uk!dispatch.news.demon.net!demon!btnet!news.easynet.co.uk!usenet
  6. From: mildewh@easynet.co.uk
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: problems with copy concatenate
  9. Date: 4 Oct 1995 06:29:59 GMT
  10. Organization: Mildew Hall BBS [os2] UK +44-1420-543542 24 Hours
  11. Lines: 22
  12. Distribution: world
  13. Message-Id: <44t9l7$7eu@lemon.easynet.co.uk>
  14. Reply-To: mildewh@easynet.co.uk
  15. Nntp-Posting-Host: mildewh.easynet.co.uk
  16. X-Newsreader: IBM NewsReader/2 v1.03
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19. Please advise - I need to run a copy concatenate in Ms-Kermit 3.14
  20. and C-Kermit 5a(190) for OS/2. My script line for both looks like:
  21.  
  22. run copy file1 + file2 + file3 target
  23.  
  24. I have to shell to the OS to do it because I found that internal kermit
  25. copy wouldn't work. The problem i get (but not on ALL the machines i
  26. try) is that "file3" is not always concatenated, so the application that 
  27. receives "target" fails. I have kludged round it by:
  28.  
  29. run copy file1 + file2 + file3 + file4 target
  30.  
  31. where target is a 0 byte file created by 
  32. open write file4 / close write file. Messy, but i'd
  33. like a fix for my problem..
  34.  
  35. Thanks in advance!
  36. +-----------------------------------------------------+
  37. + Peter Garner AKA mildewh@easynet.co.uk
  38. + Mildew Hall BBS [os2] .. Alton's one and only BBS
  39. + running Warp
  40.